contains

pure function contains(value: T): boolean

Checks if the collection contains a specific element.

Since

0.6.0

Parameters

value

The element to check for.